'Declaration
Public Function SearchText_6( _ ByVal Page As Integer, _ ByVal Text As String, _ ByVal Occurrence As Integer, _ ByVal CaseSensitive As Boolean, _ ByVal WholeWords As Boolean, _ ByVal OrdinalComparison As Boolean, _ ByRef Left As Single, _ ByRef Top As Single, _ ByRef Width As Single, _ ByRef Height As Single _ ) As Boolean
public bool SearchText_6( int Page, string Text, int Occurrence, bool CaseSensitive, bool WholeWords, bool OrdinalComparison, ref float Left, ref float Top, ref float Width, ref float Height )
public function SearchText_6( Page: Integer; Text: String; Occurrence: Integer; CaseSensitive: Boolean; WholeWords: Boolean; OrdinalComparison: Boolean; var Left: Single; var Top: Single; var Width: Single; var Height: Single ): Boolean;
public function SearchText_6( Page : int, Text : String, Occurrence : int, CaseSensitive : boolean, WholeWords : boolean, OrdinalComparison : boolean, Left : float, Top : float, Width : float, Height : float ) : boolean;
public: bool SearchText_6( int Page, string* Text, int Occurrence, bool CaseSensitive, bool WholeWords, bool OrdinalComparison, ref float Left, ref float Top, ref float Width, ref float Height )
public: bool SearchText_6( int Page, String^ Text, int Occurrence, bool CaseSensitive, bool WholeWords, bool OrdinalComparison, float% Left, float% Top, float% Width, float% Height )
Parameters
- Page
- Text
- Occurrence
- CaseSensitive
- WholeWords
- OrdinalComparison
- Left
- Top
- Width
- Height